home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Help / Viewer.Spanish.chm / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-08-28  |  611 b   |  51 lines

  1. body
  2. {
  3. font-family: Arial, Helvetica, sans-serif;
  4. font-size: 0.9em;
  5. background: #FFF;
  6. }
  7.  
  8. table
  9. {
  10. border: 2px #CCC solid;
  11. border-collapse: collapse;
  12. border-spacing: 0px;
  13. margin-top: 0px;
  14. }
  15.  
  16. td
  17. {
  18. border: 2px #CCC solid;
  19. font-family: Arial, Helvetica, sans-serif;
  20. font-size: 0.9em;
  21. }
  22.  
  23. td.big
  24. {
  25. font-size: 1.1em;
  26. font-weight: bold;
  27. text-align: center;
  28. background-color: #EEE;
  29. }
  30.  
  31. td.pre
  32. {
  33. font-family: Consolas, Lucida Console, Courier New, courier;
  34. font-size: 0.9em;
  35. background-color: #EEE;
  36. }
  37.  
  38. hr
  39. {
  40. border: 0;
  41. color: #CCC;
  42. background-color: #CCC;
  43. height: 2px;
  44. text-align: center;
  45. }
  46.  
  47. h1, h2, h3
  48. {
  49. color: darkblue;
  50. }
  51.